home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / hardware / galer21.lha / GALer21 / Source / GALer / GALerIncludes.c < prev    next >
C/C++ Source or Header  |  1996-04-05  |  959b  |  42 lines

  1. /* This file includes all system include files for GALer but
  2. ** without my own include files Localize.h and GALer.h because
  3. ** they were changed very often during development.
  4. ** You can use this file to get a SAS/C GST (Global Symbol Table)
  5. ** file.
  6. */
  7.  
  8.  
  9. #include <devices/parallel.h>
  10.  
  11. #include <exec/memory.h>
  12. #include <exec/types.h>
  13. #include <exec/io.h>
  14. #include <exec/ports.h>
  15.  
  16. #include <graphics/gfxbase.h>
  17. #include <graphics/text.h>
  18. #include <graphics/displayinfo.h>
  19.  
  20. #include <intuition/intuition.h>
  21.  
  22. #include <libraries/dos.h>
  23. #include <libraries/gadtools.h>
  24. #include <libraries/reqtools.h>
  25. #include <libraries/locale.h>
  26. #include <libraries/dosextens.h>
  27.  
  28. #include <stdio.h>
  29. #include <string.h>
  30. #include <ctype.h>
  31. #include <stdlib.h>
  32.  
  33. #include <proto/dos.h>
  34. #include <proto/exec.h>
  35. #include <proto/gadtools.h>
  36. #include <proto/graphics.h>
  37. #include <proto/intuition.h>
  38. #include <proto/locale.h>
  39. #include <proto/reqtools.h>
  40. #include <clib/alib_protos.h>
  41.  
  42.